projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1467935
)
(list-options): Put "obsolete" msg in buffer.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 16 Jun 2006 15:15:30 +0000
(15:15 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 16 Jun 2006 15:15:30 +0000
(15:15 +0000)
lisp/obsolete/options.el
patch
|
blob
|
history
diff --git
a/lisp/obsolete/options.el
b/lisp/obsolete/options.el
index 1383666a9b1f8e4c839501be8f6ccc30a433d743..968a0bac5f6f1fa7bbf9f88f4d82965280566de2 100644
(file)
--- a/
lisp/obsolete/options.el
+++ b/
lisp/obsolete/options.el
@@
-41,6
+41,8
@@
It is now better to use Customize instead."
(interactive)
(with-output-to-temp-buffer "*List Options*"
(let (vars)
+ (princ "This facility is obsolete; we recommend using M-x customize instead.")
+
(mapatoms (function (lambda (sym)
(if (user-variable-p sym)
(setq vars (cons sym vars))))))